Html Css Color HEX #CB42C6 Fuchsia

📋 copy color: '#CB42C6'

red 203 ◦ green 66 ◦ blue 198

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

Shades of Fuchsia #CB42C6

Tints of Fuchsia #CB42C6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.13%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 43.47%
G = 14.13%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB42C6 (or 0xCB42C6) is known color: Fuchsia. HEX triplet: CB, 42 and C6. RGB value is (203,66,198). Sum of RGB (Red+Green+Blue) = 203+66+198=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42C6 is #34BD39. Grayscale: #797979. Windows color (decimal): -3456314 or 12993227. OLE color: 12993227.

HSL color Cylindrical-coordinate representation of color #CB42C6: hue angle of 302.19º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42C6 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 66 198 -
CMYK 0 0.67 0.02 0.20
HSL 302.19º 0.57% 0.53% -
HSV(B) 302.19º 0.67% 0.8% -
XYZ 36.77 20.67 55.48 -
YUV 122.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 203 66 198 0 0.67 0.02 0.20 302.19 0.57 0.53
Hex CB 42 C6 0 43 2 14 12E 39 35
Octal 313 102 306 0 103 2 24 456 71 65
Binary 11001011 1000010 11000110 0 1000011 10 10100 100101110 111001 110101

Color Harmonies of #CB42C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42C6

Black with #CB42C6

Text Example


Text Example

White with #CB42C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42C6; }

 p { color: rgb(203,66,198); }

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

background-color css

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

 a { background-color: rgb(203,66,198); }

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

border-color css

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

 span { border-color: rgb(203,66,198); }

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