Html Css Color HEX #CB42B4 Fuchsia

📋 copy color: '#CB42B4'

red 203 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #CB42B4

Tints of Fuchsia #CB42B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 45.21%
G = 14.7%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB42B4 (or 0xCB42B4) is known color: Fuchsia. HEX triplet: CB, 42 and B4. RGB value is (203,66,180). Sum of RGB (Red+Green+Blue) = 203+66+180=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42B4 is #34BD4B. Grayscale: #777777. Windows color (decimal): -3456332 or 11813579. OLE color: 11813579.

HSL color Cylindrical-coordinate representation of color #CB42B4: hue angle of 310.07º 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 #CB42B4 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 66 180 -
CMYK 0 0.67 0.11 0.20
HSL 310.07º 0.57% 0.53% -
HSV(B) 310.07º 0.67% 0.8% -
XYZ 34.82 19.89 45.18 -
YUV 119.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 203 66 180 0 0.67 0.11 0.20 310.07 0.57 0.53
Hex CB 42 B4 0 43 B 14 136 39 35
Octal 313 102 264 0 103 13 24 466 71 65
Binary 11001011 1000010 10110100 0 1000011 1011 10100 100110110 111001 110101

Color Harmonies of #CB42B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42B4

Black with #CB42B4

Text Example


Text Example

White with #CB42B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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