Html Css Color HEX #CB62CC Fuchsia

📋 copy color: '#CB62CC'

red 203 ◦ green 98 ◦ blue 204

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

Shades of Fuchsia #CB62CC

Tints of Fuchsia #CB62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.41%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 40.2%
G = 19.41%
B = 40.4%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB62CC (or 0xCB62CC) is known color: Fuchsia. HEX triplet: CB, 62 and CC. RGB value is (203,98,204). Sum of RGB (Red+Green+Blue) = 203+98+204=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62CC is #349D33. Grayscale: #8D8D8D. Windows color (decimal): -3448116 or 13394635. OLE color: 13394635.

HSL color Cylindrical-coordinate representation of color #CB62CC: hue angle of 299.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB62CC is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 98 204 -
CMYK 0.00 0.52 0 0.2
HSL 299.43º 0.51% 0.59% -
HSV(B) 299.43º 0.52% 0.8% -
XYZ 39.9 25.79 60 -
YUV 141.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 203 98 204 0.00 0.52 0 0.2 299.43 0.51 0.59
Hex CB 62 CC 0 34 0 14 12B 33 3B
Octal 313 142 314 0 64 0 24 453 63 73
Binary 11001011 1100010 11001100 0 110100 0 10100 100101011 110011 111011

Color Harmonies of #CB62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62CC

Black with #CB62CC

Text Example


Text Example

White with #CB62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62CC; }

 p { color: rgb(203,98,204); }

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

background-color css

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

 a { background-color: rgb(203,98,204); }

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

border-color css

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

 span { border-color: rgb(203,98,204); }

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