Html Css Color HEX #CB35D0 Fuchsia

📋 copy color: '#CB35D0'

red 203 ◦ green 53 ◦ blue 208

#CB35D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB35D0

Tints of Fuchsia #CB35D0

RGB

 RED value IS 203 (79.69% from 255) = 43.75%

 GREEN value IS 53 (21.09% from 255) = 11.42%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 43.75%
G = 11.42%
B = 44.83%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB35D0 (or 0xCB35D0) is known color: Fuchsia. HEX triplet: CB, 35 and D0. RGB value is (203,53,208). Sum of RGB (Red+Green+Blue) = 203+53+208=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB35D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35D0 is #34CA2F. Grayscale: #737373. Windows color (decimal): -3459632 or 13645259. OLE color: 13645259.

HSL color Cylindrical-coordinate representation of color #CB35D0: hue angle of 298.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB35D0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 53 208 -
CMYK 0.02 0.75 0 0.18
HSL 298.06º 0.62% 0.51% -
HSV(B) 298.06º 0.75% 0.82% -
XYZ 37.29 19.8 61.53 -
YUV 115.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 203 53 208 0.02 0.75 0 0.18 298.06 0.62 0.51
Hex CB 35 D0 2 4B 0 12 12A 3E 33
Octal 313 65 320 2 113 0 22 452 76 63
Binary 11001011 110101 11010000 10 1001011 0 10010 100101010 111110 110011

Color Harmonies of #CB35D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35D0

Black with #CB35D0

Text Example


Text Example

White with #CB35D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35D0; }

 p { color: rgb(203,53,208); }

 H1.HeaderClassName
 {
   color: #CB35D0;
 }
 .AnyTagClassName
 {
   color: #CB35D0;
 }
</style>

background-color css

<style>
 a { background-color: #CB35D0; }

 a { background-color: rgb(203,53,208); }

 div.DivClassName
 {
   background-color: #CB35D0;
 }
 .BgClassName
 {
   background-color: #CB35D0;
 }
</style>

border-color css

<style>
 span { border-color: #CB35D0; }

 span { border-color: rgb(203,53,208); }

 td.TdClassName
 {
   border-color: #CB35D0;
 }
 .TagClassName
 {
   border-color: #CB35D0;
 }
</style>